home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / MoleBoxProSetup.exe / {app} / molebox.chm / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-08-11  |  2.9 KB  |  150 lines

  1. body {
  2.     color: #4D4D4D;
  3.     font: 12px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", Sans-serif;
  4.     background: #ffffff;
  5.     margin : 0 px 10 px 0 px 10 px;
  6. }
  7.  
  8. h1 { 
  9.     font: 18px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", Sans-serif;
  10.     font-weight: bold; 
  11.     color: #4D4D4D; 
  12.     text-align: left; 
  13. }
  14.  
  15. h2 { 
  16.     font: 16px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", Sans-serif;
  17.     font-weight: bold; 
  18.     color: #4d4d4d; 
  19.     text-align: left; 
  20. }
  21.  
  22. h3 { 
  23.     font: 14px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", Sans-serif;
  24.     font-weight: bold; 
  25.     color: #334400; 
  26.     text-align: left; 
  27. }
  28.  
  29. .tab0 { 
  30.     background: #ffffff; 
  31. }
  32.  
  33. .tab1 { 
  34.     background: #cccccc; 
  35. }
  36.  
  37. .tab2 { 
  38.     background: #e5e5e5; 
  39. }
  40.  
  41. em { 
  42.     font-style: normal; 
  43.     color: #666666;
  44.     font-weight: bold; 
  45. }
  46.  
  47. .comment { 
  48.     font: 10px "Courier", Monospace; 
  49.     padding-left: 50px; 
  50. }
  51.  
  52. .contents {
  53.     background-image : url(../img/pixel-border.gif);
  54.     background-color : #B3B3B3;
  55. }
  56.  
  57. .menu {
  58.     background-image : url(../img/pixel-menu.gif);
  59.     background-color : #E5E5E5;
  60. }
  61.  
  62. .text {
  63.     background-color : #ffffff;
  64. }
  65.  
  66. .nav {
  67.     vertical-align: center;
  68.     color: #C29233;
  69.     font-size: 12px; 
  70.     font-weight:bold;
  71. }
  72.  
  73. a.nav:link, a.nav:visited { 
  74.     color: #4D4D4D; 
  75.     text-decoration:none; 
  76. }
  77.  
  78. a.nav:hover { 
  79.     color: #B37700; 
  80.     text-decoration:underline; 
  81. }
  82.  
  83. .brief {
  84.     vertical-align: center;
  85.     color: #4D4D4D;
  86.     font-size: 12px; 
  87.     font-weight:bold;
  88. }
  89.  
  90. .toplink {    
  91.     font-size: 12px; 
  92.     text-align:right;
  93. }
  94.  
  95. p, li, td { 
  96.     color: #4D4D4D; 
  97.     font: 12px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Tahoma", "Helvetica", Sans-serif;  
  98.     list-style-image: url(../img/listmarker.gif);
  99. }
  100.  
  101. ul {
  102.     list-style : disc;
  103. }
  104.  
  105. li {
  106.     line-height: 16px;
  107. }
  108.  
  109. .smaller {
  110.     font-size: 75%;
  111.     padding-left: 2em;
  112. }
  113.  
  114. input, textarea { 
  115.     color: #4D4D4D; 
  116.     font: 12px "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Tahoma", "Helvetica", Sans-serif;  
  117. }
  118.  
  119.  
  120. .quote {
  121.     text-align=right;
  122.     margin-top: -1em;
  123. }
  124.  
  125. .fixedsize { 
  126.     color: #000000; 
  127.     font: 10px "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Tahoma", "Helvetica", Sans-serif;  
  128.     background: #D8E5C3; 
  129.     font-weight: bold; 
  130. }
  131.  
  132. a { font: "Verdana", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", Sans-serif; } 
  133. a:active, a:link, a:visited { color: #0000a8; text-decoration:none; }
  134. a:hover { color: #4242DE; text-decoration:underline; }
  135.  
  136. img.award {border-width: 1px; border-color: #2850A0;}
  137.  
  138. .copy { color: #993D3D; FONT-SIZE: 11px; text-align:center; }
  139. .copy:link, .copy:visited: { font-weight:normal; color: #10942C; text-decoration:none; }
  140. .copy:hover { color: #22983B; text-decoration:underline; }
  141.  
  142. .nav { color: #000000; FONT-SIZE: 12px; font-weight:bold; } 
  143. a.nav { color: #0000a8; text-decoration:none; }
  144.  
  145. .code { 
  146.     border-left: 1px solid #cccccc;
  147.     padding-left: 8px;
  148.     padding-right: 8 px;
  149.     background-color: #eeeeee;
  150. }